/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


#alfaway-logo-small{margin-top: 6%; margin-left: 3%; width: 130%; display: none;position: relative;top: 6px;}

#alfaway-logo-big {margin-top: 5%; margin-left: 8%; width: 80%;}

@media only screen and (max-width:992px) {
    #alfaway-logo-big{display: none;}
    #alfaway-logo-small{display: block;}

}


@media only screen and (max-width:768px) {
    #alfaway-logo-big{display: block;width: 75%;margin:0 auto;position:relative;top:10px;text-align: center;}
    #alfaway-logo-small{display: none;}

}

@media only screen and (max-width:575px) {
    #alfaway-logo-big{display: block;width: 100%;margin:0 auto;position:relative;top:11px;text-align: center;}
    #alfaway-logo-small{display: none;}

}

.panel-button-area {
    display: flex;
    justify-content: end;
}
.panel-button-area .search-domain {
    margin-right: 10px;
}
.mini-text {
    font-size: 11px;
    color: #8b8989;
}

.add-area-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-btn {
    padding: 0;
}

.remove-content {
    position: relative;
    margin-bottom: 10px;
    display: flex;
}

.row-remove {
    position: absolute;
    top: 5px;
    right: -18px;
    color: #e2121b;
    font-size: 18px;
    cursor: pointer;
}

.bank-logo {
    width: 100%;
    text-align: center;
}

.bank-logo img {
    width: 40%;
    object-fit: cover;
}

.product-images-area {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.product-img-status {
    display: none;
}

.img-area img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
}

.status-icon {
    padding-right: 5px;
}
.product-img-status {
    display: none;
}

.img-row {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: space-between;
}
.img-row label {
    margin-bottom: 0;
}
.img-row i {
    font-size: 18px !important;
}
.row-remove {
    position: absolute;
    top: 5px;
    right: -4px;
    color: #e2121b;
    font-size: 18px;
    cursor: pointer;
}

.coin-box {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.coin-quantity {
    width: 100%;
}

.coin-submit-btn {
    width: 120px;
    margin-left: 10px;
}
@media only screen and (max-width: 575px) {
    .coin-box {
        display: block;
        align-items: center;
        width: 100%;
        text-align: center;
    }
    .dls{
        width: 100%;
    }
    .coin-submit-btn {
        width: 100% !important;
        margin-top: 10px !important;
        margin-left: 0 !important;
    }

}

@media only screen and (max-width: 767px) {
    .coin-submit-btn {
        width: 126px;

    }
}

.card-text {
    height: 110px;
}

.header-sss {
    text-align: left;
}

.header-sss-button {
    text-align: left;
}

.pagination .page-link {
    color: #6a6f82 !important;
    border: 1px solid #babfc7;
}

li.paginate_button.page-item.active a {
    color: #fff !important;
}

a.page-link {
    white-space: nowrap !important;
}

.modal {
    z-index: 1050 !important; /* Bootstrap varsayılanı 1050'dir, gerekirse daha yüksek bir değer deneyin */
}

.modal-backdrop {
    z-index: 1040 !important; /* Arka planın modalın altında kalmasını sağlar */
}
